home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / Sessions / Traut / ZStrings / Source / MacOS / CommandLineTool / MacZStringToolPrefix.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-06-23  |  1.2 KB  |  53 lines

  1. /*==================================================================
  2.     File:        MacZStringToolPrefix.h
  3.     
  4.     Contains:    Prefix file for MacZString tool.
  5.  
  6.     Written by:    Eric Traut
  7.     
  8.     Copyright:    2000-2001 Connectix Corporation
  9.     
  10.     This source has been placed into the public domain by
  11.     Connectix Corporation. You have the right to modify, 
  12.     distribute or use this code without any legal limitations
  13.     or finanicial/licensing requirements. Connectix is not 
  14.     liable for any problems that result from the use of this 
  15.     code.
  16.     
  17.     If you have comments, feedback, questions, or would like
  18.     to submit bug fixes or updates to this code, please email
  19.     opensource@connectix.com.
  20. ==================================================================*/
  21.  
  22. #pragma once
  23.  
  24. /*************************
  25. *    Debugging flags      *
  26. *************************/
  27.  
  28. #define DEBUGLEVEL                        DEBUGFULL
  29.  
  30.  
  31. /*************************
  32. *    Compiler Switches    *
  33. *************************/
  34.  
  35. /* Universal Header switches */
  36.  
  37. #define        OLDROUTINENAMES                0
  38. #define        OLDROUTINELOCATIONS            0
  39. #define        SystemSevenFiveOrLater        1
  40. #define        TARGET_CARBON                0
  41.  
  42.  
  43. /*************************
  44. *    Global Includes      *
  45. *************************/
  46.  
  47. #if !defined(REZ)
  48.     #include "ZStringTypes.h"
  49. #endif
  50.  
  51.  
  52.  
  53.